home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / business / eckwin13.zip / WINSTALL.INF < prev    next >
INI File  |  1996-04-30  |  2KB  |  69 lines

  1. REM -- Install for The E-Z Credit Kit for Windows
  2.  
  3. [Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
  4. $disk 1 = *.*
  5.  
  6. [The title of your application]
  7. $title=The E-Z Credit Kit v1.3
  8.  
  9. [Default target directory]
  10. $target=c:\credit
  11.  
  12. [Disk space needed for the installation - in bytes]
  13. $space=560000
  14.  
  15. [Program Manager group name]
  16. $group=E-Z Technologies
  17.  
  18. [program(s) to create Program Manager icons for]
  19. $icon=Credit.EXE;E-Z Credit Kit
  20.  
  21. [Program(s) to run after completing installation]
  22.  
  23.  
  24. [put a ";" at the start of the next line to have a normal main window]
  25. ;$window=MAXIMIZE
  26.  
  27. [comment and use this to change the background color of the window]
  28. [valid values are 0 to 4]
  29. ;$WINDOW-BACKGROUND=0
  30.  
  31. [comment and use this to change the background of the text]
  32. [3 RGB values, or 1 long integer value
  33. ;$TEXT-BACKGROUND=192,192,192
  34. ;$TEXT-BACKGROUND=255,255,255
  35. [comment this line to NOT automatically set the check box for PROGMAN group]
  36. $SETCHECKBOX
  37.  
  38. $PAINTDIALOGS
  39.  
  40. $EXEC=CREDIT.EXE 
  41.  
  42. $FORCE-OVERWRITE-OLDER-FILES
  43.  
  44. [ ************************** other commands *************************]
  45.  
  46. [the caption on the "Readme" push button 
  47. $README-BUTTON-TEXT=&Read Me...
  48.  
  49. [these lines are for the "BANNER" window]
  50. [the font to use; I am using True Type Times New Roman]
  51. $BANNER-FONT=TIMES NEW ROMAN
  52.  
  53. [make sure this is small enough for those using 640x480 displays]
  54. $BANNER-FONT-SIZE=32
  55.  
  56. [message must be short enough to fit on the screen]
  57. $BANNER-MESSAGE=The E-Z Credit Kit for Windows
  58. $BANNER-TEXT-COLOR=$00FFFF00
  59. $BANNER-TEXT-BACKGROUND=20,0,0
  60. $BANNER-WINDOW-BRUSH=0,0,255
  61.  
  62. [uncomment this to give a blue shadow to the banner text: but it will disable]
  63. [the $banner-text-background; it also will not work if there is a bitmap]
  64. $BANNER-SHADOW-COLOR=0,0,0
  65.  
  66. [I am not using any bitmap! so I use a non-existent file name]
  67. $BITMAP=EZLOGO1a.BMP;normal
  68. ;$BITMAP=nobitmap
  69.